Error processing SSI file
LEADTOOLS Color Conversion (Leadtools.ColorConversion assembly)

Show in webframe

IccProfileExtended Constructor(Byte[])






Array that contains all the ICC Profile's data.
Initializes a new IccProfileExtended with explicit parameters.
Syntax
public IccProfileExtended( 
   byte[] data
)
'Declaration
 
Public Function New( _
   ByVal data() As Byte _
)
'Usage
 
Dim data() As Byte
 
Dim instance As New IccProfileExtended(data)

            

            
public:
IccProfileExtended( 
   array<byte>^ data
)

Parameters

data
Array that contains all the ICC Profile's data.
Example
For an example, refer to ReadFromImage(String,Int32).
Requirements

Target Platforms

See Also

Reference

IccProfileExtended Class
IccProfileExtended Members
Overload List

Error processing SSI file